home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / PaperCut Quota 6.1 / pc-setup.exe / {app} / PCSetup / README.txt < prev    next >
Text File  |  2005-09-01  |  4KB  |  99 lines

  1. ==============================================================================
  2.                 README - Client/Workstation Setup
  3. ==============================================================================
  4.  
  5. The User Inquiry Tool (UIT) is optional client software that displays
  6. a user's current account balance in a popup window.  This is usually
  7. configured to display automatically when the user logs onto the network.  This
  8. document details various installation and deployment options.
  9.  
  10.  
  11. OPTION 1 - ZERO-INSTALL DEPLOYMENT
  12.  
  13. The zero-install option is suitable for networks running modern operating 
  14. systems such as Windows 2000 and Windows XP.  The UIT (PCClient.exe) can simply
  15. be run directly from the PCSetup share on the primary Server.  Typical
  16. methods for starting the program include:
  17.  
  18. *Logon Script*
  19.  
  20.   Add a line in the users' logon script to run the program.  For example:
  21.       cmd /c "start \\servername\PCSetup\PCClient.exe /silent"
  22.  
  23.  
  24. *Group Policy*
  25.  
  26. Use the group policy template to define the PCClient.exe as a program to be 
  27. run on Logon. This is done via to policy located under:
  28.  
  29.     Computer Config->Administrative Templates->System->Logon->Run these programs at user logon
  30.  
  31. Alternativly a line can be added the the user's logon script under:
  32.  
  33.     User Configuration->Windows Settings->Scripts (Logon/Logoff)->Logon
  34.  
  35. to run the program as part of the logon process.
  36.  
  37.    Batch File:
  38.      cmd /c "start \\servername\PCSetup\PCClient.exe /silent"
  39.  
  40.    VBScript:
  41.      Set WshShell = WScript.CreateObject("WScript.Shell")
  42.      WshShell.Run "\\server_name\PCSetup\pcclient.exe /silent"
  43.  
  44.  
  45. *All Users StartUp Folder*
  46.  
  47.   On each workstation create a shortcut to \\servername\PCSetup\PCClient.exe
  48.   in the "All Users" Startup folder.  This folder is usually located at 
  49.   C:\Documents and Settings\All Users\Start Menu\Programs\Startup.  The program
  50.   will then run whenever a user logs into the workstation.
  51.  
  52. *Starting via the Windows Registry (Advanced)*
  53.  
  54.   Use a logon script or otherwise to add a registry key to each workstation. 
  55.   Create a key called "UIT" with a value of 
  56.       "\\servername\PCSetup\PCClient.exe /silent"
  57.   in the root 
  58.       HKLM/Woftware/Microsoft/Windows/CurrentVersion/Run
  59.  
  60. Special Note for Windows XP SP2:  Windows XP may prevent the running of remote
  61. executables hosted on a server's share.  If users receive a security warning,
  62. add the server to the workstation's list of "Trusted sites" via Internet Options
  63. in the control panel and reboot.
  64.  
  65.  
  66. OPTION 2 - FULL INSTALLATION
  67.  
  68. The PCSetup share also includes a copy of the full installer.  In
  69. some cases, the zero-install deployment option may not work - for example, 
  70. very old versions of Windows may not have the required components.  The full 
  71. installation will install all required dependencies. Administrators, running 
  72. at Administrator level privileges may install the client my running the 
  73. "pcsetup.exe" program from this directory and selecting the "Workstation Client
  74. Install" option, or more conveniently, by running the 
  75. "client-silent-install.bat" script which automates the process somewhat.
  76.  
  77. Option 1 should be used in preference to the full installation on each
  78. workstation.
  79.  
  80.  
  81. CONFIGURATION
  82.  
  83. The "setup.txt" file can be used to change the behavior and appearance of the 
  84. UIT.  Please see the User Guide for an explanation of the options 
  85. available.
  86.  
  87.  
  88. DEPENDENCIES (Information for technical administrators)
  89.  
  90. The "PCClient.exe" process requires the following Microsoft components:
  91.  
  92.     Windows Scripting Host
  93.        installed by default in Windows 2000, XP and higher
  94.  
  95.     Microsoft DAO or MDAC
  96.        installed by default with Windows 2000, XP and higher
  97.  
  98.  
  99.